-
Couldn't load subscription status.
- Fork 13.9k
Suggest removing unnecessary . to use a floating point literal
#104144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggest removing unnecessary . to use a floating point literal
#104144
Conversation
|
r? @fee1-dead (rustbot has picked a reviewer for you, use r? to override) |
src/test/ui/suggestions/unnecessary_dot_for_floating_point_literal.stderr
Outdated
Show resolved
Hide resolved
f85bbde to
7ffe5f5
Compare
|
@bors r+ |
|
📌 Commit 7ffe5f59ab323fa3e731f64434bac5a4720a50ec has been approved by It is now in the queue for this repository. |
|
☔ The latest upstream changes (presumably #104246) made this pull request unmergeable. Please resolve the merge conflicts. |
7ffe5f5 to
6018f11
Compare
|
@bors r=fee1-dead |
…ry-dot, r=fee1-dead Suggest removing unnecessary `.` to use a floating point literal Fixes a part of rust-lang#101883
…ry-dot, r=fee1-dead Suggest removing unnecessary `.` to use a floating point literal Fixes a part of rust-lang#101883
…ry-dot, r=fee1-dead Suggest removing unnecessary `.` to use a floating point literal Fixes a part of rust-lang#101883
…ry-dot, r=fee1-dead Suggest removing unnecessary `.` to use a floating point literal Fixes a part of rust-lang#101883
…llaumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#104110 (prevent uninitialized access in black_box for zero-sized-types) - rust-lang#104117 (Mark `trait_upcasting` feature no longer incomplete.) - rust-lang#104144 (Suggest removing unnecessary `.` to use a floating point literal) - rust-lang#104250 (Migrate no result page link color to CSS variables) - rust-lang#104261 (More accurately report error when formal and expected signature types differ) - rust-lang#104263 (Add a reference to ilog2 in leading_zeros integer docs) - rust-lang#104308 (Remove the old `ValidAlign` name) - rust-lang#104319 (Fix non clickable source link) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes a part of #101883